projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
4beea1c
205bd1d
)
Auto merge of #1202 - alexcrichton:issue-1201, r=huonw
author
bors
<bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000
(06:06 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000
(06:06 +0000)
Previously an error's description was not printed at all if it was not a "human
error". This alters the logic to always print the description on --verbose, as
well as ensuring that --verbose is suggested if this is the case and we're not
verbose.
Closes #1201
Trivial merge